- PurpleSmiley
alias PurpleSmiley = _PurpleSmiley
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleSmileyClass
alias PurpleSmileyClass = _PurpleSmileyClass
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smiley_delete
alias da_purple_smiley_delete = void function(PurpleSmiley* smiley)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smiley_get_checksum
alias da_purple_smiley_get_checksum = const(char)* function(const(PurpleSmiley)* smiley)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smiley_get_data
alias da_purple_smiley_get_data = gconstpointer function(const(PurpleSmiley)* smiley, size_t* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smiley_get_extension
alias da_purple_smiley_get_extension = const(char)* function(const(PurpleSmiley)* smiley)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smiley_get_full_path
alias da_purple_smiley_get_full_path = char* function(PurpleSmiley* smiley)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smiley_get_shortcut
alias da_purple_smiley_get_shortcut = const(char)* function(const(PurpleSmiley)* smiley)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smiley_get_stored_image
alias da_purple_smiley_get_stored_image = PurpleStoredImage* function(const(PurpleSmiley)* smiley)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smiley_get_type
alias da_purple_smiley_get_type = GType function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smiley_new
alias da_purple_smiley_new = PurpleSmiley* function(PurpleStoredImage* img, const(char)* shortcut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smiley_new_from_file
alias da_purple_smiley_new_from_file = PurpleSmiley* function(const(char)* shortcut, const(char)* filepath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smiley_set_data
alias da_purple_smiley_set_data = void function(PurpleSmiley* smiley, guchar* smiley_data, size_t smiley_data_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smiley_set_shortcut
alias da_purple_smiley_set_shortcut = gboolean function(PurpleSmiley* smiley, const(char)* shortcut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smileys_find_by_checksum
alias da_purple_smileys_find_by_checksum = PurpleSmiley* function(const(char)* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smileys_find_by_shortcut
alias da_purple_smileys_find_by_shortcut = PurpleSmiley* function(const(char)* shortcut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smileys_get_all
alias da_purple_smileys_get_all = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smileys_get_storing_dir
alias da_purple_smileys_get_storing_dir = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smileys_init
alias da_purple_smileys_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_smileys_uninit
alias da_purple_smileys_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_delete
void purple_smiley_delete(PurpleSmiley* smiley)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_checksum
const(char)* purple_smiley_get_checksum(const(PurpleSmiley)* smiley)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_data
gconstpointer purple_smiley_get_data(const(PurpleSmiley)* smiley, size_t* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_extension
const(char)* purple_smiley_get_extension(const(PurpleSmiley)* smiley)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_full_path
char* purple_smiley_get_full_path(PurpleSmiley* smiley)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_shortcut
const(char)* purple_smiley_get_shortcut(const(PurpleSmiley)* smiley)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_stored_image
PurpleStoredImage* purple_smiley_get_stored_image(const(PurpleSmiley)* smiley)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_type
GType purple_smiley_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_new
PurpleSmiley* purple_smiley_new(PurpleStoredImage* img, const(char)* shortcut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_new_from_file
PurpleSmiley* purple_smiley_new_from_file(const(char)* shortcut, const(char)* filepath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_set_data
void purple_smiley_set_data(PurpleSmiley* smiley, guchar* smiley_data, size_t smiley_data_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_set_shortcut
gboolean purple_smiley_set_shortcut(PurpleSmiley* smiley, const(char)* shortcut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smileys_find_by_checksum
PurpleSmiley* purple_smileys_find_by_checksum(const(char)* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smileys_find_by_shortcut
PurpleSmiley* purple_smileys_find_by_shortcut(const(char)* shortcut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smileys_get_all
GList* purple_smileys_get_all()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smileys_get_storing_dir
const(char)* purple_smileys_get_storing_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smileys_init
void purple_smileys_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smileys_uninit
void purple_smileys_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_delete
da_purple_smiley_delete purple_smiley_delete;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_checksum
da_purple_smiley_get_checksum purple_smiley_get_checksum;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_data
da_purple_smiley_get_data purple_smiley_get_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_extension
da_purple_smiley_get_extension purple_smiley_get_extension;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_full_path
da_purple_smiley_get_full_path purple_smiley_get_full_path;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_shortcut
da_purple_smiley_get_shortcut purple_smiley_get_shortcut;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_stored_image
da_purple_smiley_get_stored_image purple_smiley_get_stored_image;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_get_type
da_purple_smiley_get_type purple_smiley_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_new
da_purple_smiley_new purple_smiley_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_new_from_file
da_purple_smiley_new_from_file purple_smiley_new_from_file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_set_data
da_purple_smiley_set_data purple_smiley_set_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smiley_set_shortcut
da_purple_smiley_set_shortcut purple_smiley_set_shortcut;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smileys_find_by_checksum
da_purple_smileys_find_by_checksum purple_smileys_find_by_checksum;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smileys_find_by_shortcut
da_purple_smileys_find_by_shortcut purple_smileys_find_by_shortcut;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smileys_get_all
da_purple_smileys_get_all purple_smileys_get_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smileys_get_storing_dir
da_purple_smileys_get_storing_dir purple_smileys_get_storing_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smileys_init
da_purple_smileys_init purple_smileys_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_smileys_uninit
da_purple_smileys_uninit purple_smileys_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.